home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr30 / scr210a.zip / SCROLL.DOC < prev    next >
Text File  |  1993-01-23  |  2KB  |  64 lines

  1.         Scroll-Lock version 0.01                                     1
  2.  
  3.  
  4.         Scroll-Lock is a simple program that monitors the keyboard and 
  5.         makes the scroll-lock key work as it is supposed to, i.e. it 
  6.         freezes screen output when scroll-lock is pressed and then 
  7.         releases it when scroll-lock is pressed again.  It works just 
  8.         like F1 on a DEC VT-2xx terminal.  
  9.  
  10.         Since the PC keyboard does not have a hold-screen indicator, such 
  11.         as the LED on the VT-220, Scroll-Lock displays a message in 
  12.         reversed video in the upper right-hand corner of the screen.  The 
  13.         message "Hold Screen" appears until the screen is released and 
  14.         then the text under the message is restored.  
  15.  
  16.         To activate Scroll-Lock just execute it.  Scroll-Lock will 
  17.         install in your computer and remain there until the computer is 
  18.         booted.  Scroll-Lock tries to detect duplicate installation 
  19.         requests BUT if you load another program that alters the video 
  20.         BIOS interrupt, such as Sidekick(tm), Scroll-Lock will not be 
  21.         able to find itself and will install another copy.  Not 
  22.         recommended.
  23.  
  24.         Scroll-Lock requires MS-DOS 2.xx or a compatible operating 
  25.         system, such as PC-DOS 3.10, and IBM-PC hardware equivalence 
  26.         is also required.  Specifically, Scroll-Lock looks at the 
  27.         keyboard CAPS STATE byte directly and access the video regen 
  28.         buffer directly.  Scroll-Lock will have no effect on 
  29.         input/output redirection.
  30.  
  31.         Oh yes, this program is in the public domain, i.e. you should 
  32.         not try and sell it but you are free to give to whom ever you 
  33.         desire to have it.
  34.  
  35.         Finally, Scroll-Lock is written in 8088 assembler and the single 
  36.         source file was assembled with Microsoft's MASM version 3.00 and 
  37.         linked with Microsoft's 8086 Object Linker version 3.02, then 
  38.         converted to the COM format with EXE2BIN.     
  39.  
  40.              Any questions?  Contact me via Compuserve at 74775,755, 
  41.         GEnie at JOHNCOOPER, DELPHI at JOHNCOOPER (I think), or (LAST 
  42.         RESORT) John Cooper, 10070 Westpark #821, Houston, Texas 77042.  
  43.  
  44.  
  45.         Sidekick is a trademarked name of Borland International Corp.
  46.  
  47.  
  48.         JohnC.    
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.         Written by John Cooper, December 85
  64.